igep00x0: move SPL routines into separate file
authorLadislav Michl <[email protected]>
Thu, 17 Aug 2017 01:06:45 +0000 (03:06 +0200)
committerTom Rini <[email protected]>
Sat, 26 Aug 2017 18:56:12 +0000 (14:56 -0400)
commit4c699a4747e763e82cc813c955d318b966303b81
tree49a159f42bfb7de38ae5f884e092b0c1cab5cb03
parentea8c7fcacc5eeb7b1ae53a26f201efaae3e8ceb7
igep00x0: move SPL routines into separate file

Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs
by moving SPL related functions into separate file.

Signed-off-by: Ladislav Michl <[email protected]>
Tested-by: Pau Pajuelo <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
board/isee/igep00x0/Makefile
board/isee/igep00x0/common.c [new file with mode: 0644]
board/isee/igep00x0/igep00x0.c
board/isee/igep00x0/spl.c [new file with mode: 0644]